-
Notifications
You must be signed in to change notification settings - Fork 13
feat: add task_index attribute to step_task_record and start_tasks function #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add task_index attribute to step_task_record and start_tasks function #221
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit 85630ea
☁️ Nx Cloud last updated this comment at |
df1acae
to
5543ded
Compare
842f929
to
bcbe933
Compare
5543ded
to
c2a2e38
Compare
bcbe933
to
f9e432c
Compare
c2a2e38
to
2e8084f
Compare
…nction - Updated the step_task_record type to include task_index - Modified start_tasks function to return task_index alongside msg_id - Adjusted database schema and TypeScript types to support task_index - Enhanced input construction logic for map and non-map steps based on task_index - Added migration to modify start_tasks function and type to handle task_index - Updated test to complete a task with the new task_index attribute
2e8084f
to
85630ea
Compare
f9e432c
to
237c69f
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-221.pgflow.pages.dev 📝 Details:
_Last updated: _ |
🔍 Preview Deployment: Playground✅ Deployment successful! 🔗 Preview URL: https://pr-221--pgflow-demo.netlify.app 📝 Details:
_Last updated: _ |
Merge activity
|
…nction (#221) # Add task_index to step_task_record type and start_tasks function - Updated the step_task_record type to include task_index - Modified start_tasks function to return task_index alongside msg_id - Adjusted database schema and TypeScript types to support task_index - Enhanced input construction logic for map and non-map steps based on task_index - Added migration to modify start_tasks function and type to handle task_index - Updated test to complete a task with the new task_index attribute
Add task_index to step_task_record type and start_tasks function